local m = peripheral.wrap("top")
m.clear()
m.setCursorPos(2, 2)
m.setTextScale(1.5)
m.write("QuarryPlus")
